home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7251 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  858 b 

  1. Path: ufrima.imag.fr!usenet
  2. From: Emmanuel DARDAINE <edardain>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Borland C++???????????
  5. Date: 22 Feb 1996 12:03:37 GMT
  6. Organization: UFRIMA, IMAG, Universite Joseph Fourier
  7. Message-ID: <4ghm2p$3e7@ufrima.imag.fr>
  8. References: <4gbbdq$l82@sunburst.ccs.yorku.ca>
  9. NNTP-Posting-Host: boole.imag.fr
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (X11; I; SunOS 5.4 sun4m)
  14. X-URL: news://news-ufrima/4gbbdq$l82@sunburst.ccs.yorku.ca
  15.  
  16. Hi,
  17.  
  18. For your problems with your header files, you shouldn't include them in your
  19. project. In fact, you should provide both implementation files and header
  20. files, but only include implementation files (*.cpp files) in your project.
  21.  
  22. Header files don't need to be included cause they don't need to be compiled.
  23.  
  24.  
  25.                 Emmanuel
  26.  
  27.